home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / PICSee Dust 1.01 / Secondary Source / PICS_Utils.h < prev   
Encoding:
C/C++ Source or Header  |  1995-11-10  |  291 b   |  15 lines  |  [TEXT/CWIE]

  1. #ifndef PICS_UTILS_H_
  2. #define PICS_UTILS_H_
  3.  
  4. Boolean OpenPICSFile(FSSpec *file);
  5. Boolean OpenPICTFile(FSSpec *file);
  6.  
  7. Boolean FetchPICSFileInfo(
  8.     const FSSpec    *file,
  9.     Rect            *picsRect,
  10.     short            *picsDepth,
  11.     short            *numFrames);
  12.  
  13. short GetPictDepth(PicHandle thePic);
  14.  
  15. #endif // PICS_UTILS_H_